func log/slog.needsQuoting

4 uses

	log/slog (current package)
		handler.go#L561: 	case !needsQuoting(x) && !needsQuoting(y):
		handler.go#L577: 		if needsQuoting(str) {
		text_handler.go#L139: func needsQuoting(s string) bool {